ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / DescendantsAndSelf Method / DescendantsAndSelf(View<XElement>) Method
The source view.

In This Topic
    DescendantsAndSelf(View<XElement>) Method
    In This Topic
    Returns a view representing a collection of elements that contains every element in the source view, and the descendent elements of every element in the source view.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function DescendantsAndSelf( _
       ByVal view As View(Of XElement) _
    ) As View(Of XElement)
    public static View<XElement> DescendantsAndSelf( 
       View<XElement> view
    )

    Parameters

    view
    The source view.

    Return Value

    A view containing every element in the source view, and the descendent elements of every element in the source view.
    See Also